home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #142 (199x)(Scope PD)(US)[WB].zip / Scope Disk #142 (199x)(Scope PD)(US)[WB].adf / LoadImage / LoadImage.doc < prev    next >
Text File  |  1990-07-30  |  4KB  |  97 lines

  1. ========================== LoadImage v1.11 ===========================
  2. ======================================================================
  3. LoadImage is © Copyright 1988, 1989, 1990 by MXM, all rights reserved,
  4. written by Olaf Barthel.  No guarantees of any kind are made that this
  5. program is 100% reliable.  Use this program on your own risk!
  6.  
  7. ============================= Background =============================
  8. ======================================================================
  9. LoadImage  is  an IFF-ILBM reader which was written over a long period
  10. of  time.  This project was started when its author suddenly came upon
  11. an  idea how to resize IFF-ILBM-images.  After a week of thought (back
  12. in  winter  1988)  the  decompression  routines were rewritten and the
  13. LoadHeader()  function  was  added.   In  late  spring 1989 the bitmap
  14. reader  was  sped up, the colour cycling and the bitmap scrolling were
  15. added.
  16.  
  17. ============================== Features ==============================
  18. ======================================================================
  19. This  program  has  a  lot of quite remarkable features the authors of
  20. other readers did not even dream of:
  21.  
  22. × LoadImage  loads  anything  that  looks,  smells  and tastes like an
  23.   IFF-ILBM-file, even EHB & HAM are handled correctly.
  24.  
  25. × LoadImage loads anything that looks, smells and tastes like
  26.   an IFF-ILBM-file, even EHB & HAM are handled correctly.
  27.  
  28. × LoadImage  will  accept overscanned pictures which require 1MByte of
  29.   chip ram.
  30.  
  31. × You can scroll around in the bitmap if the picture is larger in size
  32.   than the current display.
  33.  
  34. × LoadImage  takes  care  of  the  machine it is running on, i.e.  PAL
  35.   images will remain PAL images on a PAL Amiga and will be transformed
  36.   into NTSC-images on an NTSC Amiga.
  37.  
  38. × LoadImage  supports  colour-cycling (interrupt code, no sick subtask
  39.   cycling).
  40.  
  41. × LoadImage can display multiple images, i.e.  you can enter more than
  42.   one  file  in  the  command  line.   Amiga  style wildcards are also
  43.   supported.
  44.  
  45. × LoadImage  also works from workbench, simply hold down the shift-key
  46.   and  select  the  icons  of  the  images  you  wish  to  load,  then
  47.   double-click the LoadImage-icon.
  48.  
  49. × LoadImage  includes graphicdump functions.  Select the area you wish
  50.   to print and off it goes!
  51.  
  52. × LoadImage has an Arp interface and can be made resident.
  53.  
  54. × LoadImage comes along with its source code.
  55.  
  56. =============================== Usage ================================
  57. ======================================================================
  58. LoadImage  works  both  from Shell and Workbench.  Double-clicking its
  59. icon  will bring up the Arp file requester asking you to select a file
  60. to  be  loaded.   To  display multiple images hold down the shift key,
  61. select  the  files  to  be  displayed  and  finally  double-click  the
  62. LoadImage icon.
  63.  
  64.               LoadImage has the following Shell options:
  65.  
  66. INFO...    Will display a short information page.
  67.  
  68. NOMODE.    Will ignore Hi-Res and Interlace flags, i.e.  you will be able
  69.     to scroll around in the picture on screen.
  70.  
  71. LACE...    Will force interlaced display mode.
  72.  
  73. CYCLE..    Will force colour-cycling on startup.
  74.  
  75. If  you  don't  supply  a filename the Arp file requester will come up
  76. asking you to select a file to be loaded.
  77.  
  78. ============ Revision history (most recent change first) =============
  79. ======================================================================
  80. V1.11    Major  cleanup,  all  popular bugs in LoadImage v1.9 have been
  81.     fixed,  as  well  as  some  strange  'features' in v1.10.  The
  82.     rubber box in the graphics dump routine now works and will not
  83.     crash  if  sized  too  far.   The 'Next image' menu entry will
  84.     vanish  correctly  if  dealing  with the last image (the older
  85.     revision  crashed at this point).  The scrolling will not hang
  86.     if  the  mouse  is  dragged  one  pixel  away  from the screen
  87.     borders.   The  AutoRequest  has  been  replaced  by  a custom
  88.     Requester.  The IFF-ILBM decompression routine reads the whole
  89.     image   into  a  decompression  buffer  if  enough  memory  is
  90.     available.
  91.  
  92. V1.10    Little cleanups, added an Arp interface.
  93.  
  94. V1.9    First public release.
  95.  
  96. V1.0    Below written history.
  97.